home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / US / CBUILDER / DATA.Z / MDREP.DFM / MDREP.txt < prev   
Text File  |  1997-02-13  |  16KB  |  718 lines

  1. object MDForm: TMDForm
  2.   Left = 171
  3.   Top = 177
  4.   Width = 745
  5.   Height = 530
  6.   HorzScrollBar.Range = 1200
  7.   VertScrollBar.Range = 2000
  8.   AutoScroll = False
  9.   Caption = 'Master Detail demo Report'
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Orderlines: TQRBand
  20.     Left = 0
  21.     Top = 117
  22.     Width = 1200
  23.     Height = 19
  24.     Align = alTop
  25.     BandType = rbSubDetail
  26.     Color = clWhite
  27.     ForceNewPage = False
  28.     Frame.Width = 0
  29.     Frame.DrawTop = False
  30.     Frame.DrawBottom = False
  31.     Frame.DrawLeft = False
  32.     Frame.DrawRight = False
  33.     LinkBand = OrderSummary
  34.     Ruler = qrrNone
  35.     object QRDBText8: TQRDBText
  36.       Left = 112
  37.       Top = 0
  38.       Width = 229
  39.       Height = 17
  40.       AlignToBand = False
  41.       DataSource = DataModule2.LineItemSource
  42.       DataField = 'PartName'
  43.     end
  44.     object QRDBText12: TQRDBText
  45.       Left = 32
  46.       Top = 0
  47.       Width = 69
  48.       Height = 17
  49.       AlignToBand = False
  50.       DataSource = DataModule2.LineItemSource
  51.       DataField = 'PartNo'
  52.     end
  53.     object QRDBText13: TQRDBText
  54.       Left = 348
  55.       Top = 0
  56.       Width = 89
  57.       Height = 17
  58.       Alignment = taRightJustify
  59.       AlignToBand = False
  60.       DataSource = DataModule2.LineItemSource
  61.       DataField = 'Price'
  62.     end
  63.     object QRDBText14: TQRDBText
  64.       Left = 444
  65.       Top = 0
  66.       Width = 33
  67.       Height = 17
  68.       Alignment = taRightJustify
  69.       AlignToBand = False
  70.       DataSource = DataModule2.LineItemSource
  71.       DataField = 'Qty'
  72.     end
  73.     object QRDBText16: TQRDBText
  74.       Left = 492
  75.       Top = 0
  76.       Width = 81
  77.       Height = 17
  78.       Alignment = taRightJustify
  79.       AlignToBand = False
  80.       DataSource = DataModule2.LineItemSource
  81.       DataField = 'Total'
  82.     end
  83.   end
  84.   object Title: TQRBand
  85.     Left = 0
  86.     Top = 0
  87.     Width = 1200
  88.     Height = 45
  89.     Align = alTop
  90.     BandType = rbTitle
  91.     Color = clWhite
  92.     Font.Charset = ANSI_CHARSET
  93.     Font.Color = clNavy
  94.     Font.Height = -13
  95.     Font.Name = 'Arial'
  96.     Font.Style = []
  97.     ForceNewPage = False
  98.     Frame.Width = 0
  99.     Frame.DrawTop = False
  100.     Frame.DrawBottom = False
  101.     Frame.DrawLeft = False
  102.     Frame.DrawRight = False
  103.     ParentFont = False
  104.     Ruler = qrrInchesHV
  105.     object QRLabel15: TQRLabel
  106.       Left = 84
  107.       Top = 4
  108.       Width = 193
  109.       Height = 36
  110.       Caption = 'QuickReport'
  111.       AlignToBand = False
  112.       Font.Charset = ANSI_CHARSET
  113.       Font.Color = 8404992
  114.       Font.Height = -32
  115.       Font.Name = 'Arial'
  116.       Font.Style = [fsBold, fsItalic]
  117.       ParentFont = False
  118.     end
  119.     object Image1: TImage
  120.       Left = 8
  121.       Top = 4
  122.       Width = 69
  123.       Height = 33
  124.       Picture.Data = {<image000.bmp>}
  125.       Stretch = True
  126.     end
  127.     object QRLabel1: TQRLabel
  128.       Left = 288
  129.       Top = 20
  130.       Width = 99
  131.       Height = 16
  132.       Caption = 'for C++ Builder '
  133.       AlignToBand = False
  134.       Font.Charset = ANSI_CHARSET
  135.       Font.Color = 8404992
  136.       Font.Height = -13
  137.       Font.Name = 'Arial'
  138.       Font.Style = [fsBold, fsItalic]
  139.       ParentFont = False
  140.     end
  141.     object QRLabel16: TQRLabel
  142.       Left = 560
  143.       Top = 20
  144.       Width = 167
  145.       Height = 16
  146.       Caption = 'Copyright (c) 1996 QSD AS'
  147.       AlignToBand = False
  148.       Font.Charset = ANSI_CHARSET
  149.       Font.Color = clBlack
  150.       Font.Height = -13
  151.       Font.Name = 'Arial'
  152.       Font.Style = [fsBold, fsItalic]
  153.       ParentFont = False
  154.     end
  155.   end
  156.   object CustomerHeading: TQRBand
  157.     Left = 0
  158.     Top = 45
  159.     Width = 1200
  160.     Height = 36
  161.     Align = alTop
  162.     BandType = rbDetail
  163.     Color = 8404992
  164.     ForceNewPage = False
  165.     Frame.Width = 0
  166.     Frame.DrawTop = False
  167.     Frame.DrawBottom = False
  168.     Frame.DrawLeft = False
  169.     Frame.DrawRight = False
  170.     LinkBand = Detail
  171.     Ruler = qrrNone
  172.     object QRDBText1: TQRDBText
  173.       Left = 8
  174.       Top = 12
  175.       Width = 245
  176.       Height = 17
  177.       AlignToBand = False
  178.       DataSource = DataModule2.CustomerSource
  179.       DataField = 'Company'
  180.       Font.Charset = ANSI_CHARSET
  181.       Font.Color = clWhite
  182.       Font.Height = -16
  183.       Font.Name = 'Arial'
  184.       Font.Style = [fsBold, fsItalic]
  185.       ParentFont = False
  186.     end
  187.     object QRLabel3: TQRLabel
  188.       Left = 8
  189.       Top = 0
  190.       Width = 46
  191.       Height = 14
  192.       Caption = 'Customer'
  193.       AlignToBand = False
  194.       Font.Charset = ANSI_CHARSET
  195.       Font.Color = clWhite
  196.       Font.Height = -11
  197.       Font.Name = 'Arial'
  198.       Font.Style = []
  199.       ParentFont = False
  200.     end
  201.     object QRLabel4: TQRLabel
  202.       Left = 272
  203.       Top = 0
  204.       Width = 30
  205.       Height = 14
  206.       Alignment = taRightJustify
  207.       Caption = 'Phone'
  208.       AlignToBand = False
  209.       Font.Charset = ANSI_CHARSET
  210.       Font.Color = clWhite
  211.       Font.Height = -11
  212.       Font.Name = 'Arial'
  213.       Font.Style = []
  214.       ParentFont = False
  215.     end
  216.     object QRDBText3: TQRDBText
  217.       Left = 272
  218.       Top = 12
  219.       Width = 109
  220.       Height = 17
  221.       AlignToBand = False
  222.       DataSource = DataModule2.CustomerSource
  223.       DataField = 'Phone'
  224.       Font.Charset = ANSI_CHARSET
  225.       Font.Color = clWhite
  226.       Font.Height = -16
  227.       Font.Name = 'Arial'
  228.       Font.Style = [fsBold, fsItalic]
  229.       ParentFont = False
  230.     end
  231.     object QRDBText4: TQRDBText
  232.       Left = 64
  233.       Top = 0
  234.       Width = 25
  235.       Height = 13
  236.       Alignment = taRightJustify
  237.       AlignToBand = False
  238.       DataSource = DataModule2.CustomerSource
  239.       DataField = 'CustNo'
  240.       Font.Charset = ANSI_CHARSET
  241.       Font.Color = clWhite
  242.       Font.Height = -11
  243.       Font.Name = 'Arial'
  244.       Font.Style = []
  245.       ParentFont = False
  246.     end
  247.     object QRLabel5: TQRLabel
  248.       Left = 388
  249.       Top = 0
  250.       Width = 18
  251.       Height = 14
  252.       Caption = 'Fax'
  253.       AlignToBand = False
  254.       Font.Charset = ANSI_CHARSET
  255.       Font.Color = clWhite
  256.       Font.Height = -11
  257.       Font.Name = 'Arial'
  258.       Font.Style = []
  259.       ParentFont = False
  260.     end
  261.     object QRDBText5: TQRDBText
  262.       Left = 388
  263.       Top = 12
  264.       Width = 105
  265.       Height = 17
  266.       AlignToBand = False
  267.       DataSource = DataModule2.CustomerSource
  268.       DataField = 'Fax'
  269.       Font.Charset = ANSI_CHARSET
  270.       Font.Color = clWhite
  271.       Font.Height = -16
  272.       Font.Name = 'Arial'
  273.       Font.Style = [fsBold, fsItalic]
  274.       ParentFont = False
  275.     end
  276.   end
  277.   object CustomerFooter: TQRBand
  278.     Left = 0
  279.     Top = 173
  280.     Width = 1200
  281.     Height = 32
  282.     Align = alTop
  283.     BandType = rbGroupFooter
  284.     Color = clWhite
  285.     ForceNewPage = False
  286.     Frame.Width = 0
  287.     Frame.DrawTop = False
  288.     Frame.DrawBottom = False
  289.     Frame.DrawLeft = False
  290.     Frame.DrawRight = False
  291.     Ruler = qrrNone
  292.     object QRDBCalc1: TQRDBCalc
  293.       Left = 484
  294.       Top = 0
  295.       Width = 89
  296.       Height = 17
  297.       Alignment = taRightJustify
  298.       AlignToBand = False
  299.       DataSource = DataModule2.OrderSource
  300.       DataField = 'AmountPaid'
  301.       Font.Charset = ANSI_CHARSET
  302.       Font.Color = clBlack
  303.       Font.Height = -13
  304.       Font.Name = 'Arial'
  305.       Font.Style = [fsBold]
  306.       ParentFont = False
  307.       Operation = qrcSUM
  308.       PrintMask = '#,##0.00'
  309.       ResetBand = CustomerFooter
  310.     end
  311.     object QRLabel7: TQRLabel
  312.       Left = 304
  313.       Top = 0
  314.       Width = 164
  315.       Height = 16
  316.       Caption = 'Total sales this customer: '
  317.       AlignToBand = False
  318.       Font.Charset = ANSI_CHARSET
  319.       Font.Color = clBlack
  320.       Font.Height = -13
  321.       Font.Name = 'Arial'
  322.       Font.Style = [fsBold]
  323.       ParentFont = False
  324.     end
  325.   end
  326.   object PageFooter: TQRBand
  327.     Left = 0
  328.     Top = 301
  329.     Width = 1200
  330.     Height = 19
  331.     Align = alTop
  332.     BandType = rbPageFooter
  333.     Color = clWhite
  334.     ForceNewPage = False
  335.     Frame.Width = 0
  336.     Frame.DrawTop = False
  337.     Frame.DrawBottom = False
  338.     Frame.DrawLeft = False
  339.     Frame.DrawRight = False
  340.     Ruler = qrrNone
  341.     object QRSysData1: TQRSysData
  342.       Left = 664
  343.       Top = 0
  344.       Width = 79
  345.       Height = 16
  346.       Alignment = taRightJustify
  347.       AlignToBand = True
  348.       Data = qrsPageNumber
  349.       Text = 'Page '
  350.     end
  351.   end
  352.   object Summary: TQRBand
  353.     Left = 0
  354.     Top = 205
  355.     Width = 1200
  356.